-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(functions): Allow configuration of Functions Emulator Origin #2017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@davideast Ready for review. Don't merge, if approved; as I'm targeting this for the 5.2 release. |
This would be nice to have! Looks like it needs a rebase tho. |
@jamesdaniels currently, if you are using a custom domain with firebase functions (via firebase hosting) I don't believe This PR looks like it addresses that need, but, if so, the name of the token |
@thefliik I like that idea, I'm also not loving the |
i love this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Checklist
yarn install
,yarn test
run successfully? (yes/no; required)Description
Allow AngularFireFunctions to point to the Cloud Functions Emulator. This increases minimum requirement of Firebase to 5.5.7.
Code sample
Point callable Functions to the Cloud Function emulator by adding the
FunctionsEmulatorOriginToken
to theproviders
section of yourNgModule
.